home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 1.iso / mac / P_Bro.DIR / 00045.ls < prev    next >
Encoding:
Text File  |  1996-12-07  |  317 b   |  13 lines

  1. on exitFrame
  2.   global slidewait_g
  3.   if the ticks < slidewait_g then
  4.     go(the frame)
  5.   else
  6.     set tempcur to integer(field "PhotoCUR_T") + 1
  7.     if tempcur > integer(item integer(field "PhotoGRP_T") of field "PhotoMAX_T") then
  8.       set tempcur to 1
  9.     end if
  10.     put tempcur into field "PhotoCUR_T"
  11.   end if
  12. end
  13.